ScalingMode

enum ScalingMode : Enum<ScalingMode>

Specifies how the video content is scaled or stretched.

Entries

Fit
Link copied to clipboard
Fit()
Specifies that the player should preserve the video’s aspect ratio and fit the video within the container's bounds.
Stretch
Link copied to clipboard
Specifies that the video should be stretched to fill the container’s bounds.
Zoom
Link copied to clipboard
Specifies that the player should preserve the video’s aspect ratio and fill the container’s bounds.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int